home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / UTILITY / rescue4 / SETUP.EXE / 0 / RCDATA / TFORM4 / TFORM4.txt < prev   
Text File  |  1997-06-16  |  2KB  |  88 lines

  1. object Form4: TForm4
  2.   Left = 218
  3.   Top = 109
  4.   Width = 258
  5.   Height = 274
  6.   Caption = 'Select Items to Uninstall'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnShow = Form4Show
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 11
  19.     Top = 171
  20.     Width = 229
  21.     Height = 38
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 
  25.       'Click on an item above to select it.  Hold down <Ctrl> to select' +
  26.       ' more than one.  Then click on Uninstall to uninstall the select' +
  27.       'ed items.'
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     WordWrap = True
  34.   end
  35.   object Button1: TButton
  36.     Left = 93
  37.     Top = 217
  38.     Width = 67
  39.     Height = 21
  40.     Caption = 'Uninstall'
  41.     Default = True
  42.     TabOrder = 0
  43.     OnClick = Button1Click
  44.   end
  45.   object Button2: TButton
  46.     Left = 12
  47.     Top = 217
  48.     Width = 67
  49.     Height = 21
  50.     Caption = '<< &Back'
  51.     TabOrder = 1
  52.     OnClick = Button2Click
  53.   end
  54.   object Button3: TButton
  55.     Left = 172
  56.     Top = 217
  57.     Width = 67
  58.     Height = 21
  59.     Cancel = True
  60.     Caption = 'Exit'
  61.     TabOrder = 2
  62.     OnClick = Button3Click
  63.   end
  64.   object ListBox1: TListBox
  65.     Left = 16
  66.     Top = 11
  67.     Width = 218
  68.     Height = 132
  69.     ItemHeight = 13
  70.     MultiSelect = True
  71.     TabOrder = 3
  72.   end
  73.   object Button4: TButton
  74.     Left = 16
  75.     Top = 143
  76.     Width = 218
  77.     Height = 18
  78.     Caption = 'Select All'
  79.     TabOrder = 4
  80.     OnClick = Button4Click
  81.   end
  82.   object OpenDialog1: TOpenDialog
  83.     FileEditStyle = fsEdit
  84.     Left = 1
  85.     Top = 177
  86.   end
  87. end
  88.